Newer
Older
Digital_Repository / Memory Bank / Heritage Inventory / 22-3-07 / files / ItemsFolder / TamVR_files / print.css
body
{
	color: #000;
	margin: 0;
	font: small "Times", serif; 
}

div#content p
{
	margin: 0 10px 10px 10px;
	line-height: 1.7em;
}

div#testimonials p.test_text
{
	font-style: italic;
	line-height: 1.1em;
	color: #999;
}

div#testimonials p.test_name
{
	font-style: italic;
	line-height: 1.1em;
	text-align: right;
	margin-bottom: 25px;
	color: #999;
}

img
{
	border: 1px solid black;
}

/* headers */

div#content h1
{
	color: #920000;
	font-size: 135%;
	margin: 5px 0 0 10px;
}

div#content h2
{
	color: #000;
	font-size: 100%;
	margin: 5px 0 5px 10px;
}

div#middlecol h2
{
	margin: 5px 0 4px 10px;
}

div#leftcol h2
{
	margin-left: 55px;
}

div#rightcol h2
{
	margin-top: 0;
}

/* links */

a:link
{
	color: blue;
	text-decoration: underline;
}

a:visited
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: white;
	background-color: black;
	text-decoration: none;
}

a: active
{
	color: blue;
	text-decoration: underline
}

/* lists */

div#content
{
	overflow: hidden;
}

div#access
{
	display: none !important;
}

div#nonaccess
{
	display: none !important;
}	

div#navigation
{
	display: none !important;
}

div#footer
{
	display: none !important;
}

div#tilogo
{
	display: none !important;
}

div#searchcol
{
	display: none !important;
}

div#leftcol
{
	display: none !important;
}


div#middlecol
{
	width: 100%;
}

div#fullcol
{
	width: 100%;
}

div#rightcol
{
	width: 225px;
}

/* This stlye tells standards-compliant browsers */
/* As of this writing, that's effectively Mozilla Firefox */
/* to print the titles of abbreviations and acronyms in angle brackets. */
abbr:after, acronym:after {
	content: " <" attr(title) "> ";
	font-size: 9pt;
	color: #333;
	font-weight: normal;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	padding-left: 0.5em; /* because Windows browsers ignore the leading space in the content line above */
	}


/* This stlye tells standards-compliant browsers */
/* to print the URL in angle brackets after linked text. */
/* Internet Explorer (5.x Mac & Win/6.0 Win) ignores this style. */
#content a:link:after, #content a:visited:after, #footer a:link:after, #footer a:visited:after {
	content: " <" attr(href) "> ";
	font-size: 9pt;
	color: #0000CC;
	font-weight: normal;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	padding-left: 0.5em; /* because Windows browsers ignore the leading space in the content line above */
	}